POST api/rx
Request Information
URI Parameters
None.
Body Parameters
RequestPrescriptionAddName | Description | Type | Additional information |
---|---|---|---|
AccountID | integer |
None. |
|
DoctorID | integer |
None. |
|
IsActive | boolean |
None. |
|
Remarks | string |
None. |
|
SourceModuleHardCode | string |
None. |
|
SourceRecordID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AccountID": 1, "DoctorID": 2, "IsActive": true, "Remarks": "sample string 4", "SourceModuleHardCode": "sample string 5", "SourceRecordID": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.